home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text0080.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  2.7 KB  |  54 lines

  1.  
  2. > I have a CD-ROM (Netnews/CD from Sterling Software) that has a big
  3. > pile of news in it -- and I'd like to support reasonable access to
  4. > it via WWW.  However; the current support for NNTP reading in WWW
  5. > assumes that there's a single NNTP server through which all
  6. > "news:" access will go, so it's not straightforward to support
  7. > a second system which might have an alternative access to a news spool.
  8.  
  9. > I'd suggest extending the syntax to read as follows
  10. >     news:comp.sys.foo        comp.sys.foo on default system
  11. >     news://nntp.archive.msen.com/comp.sys.foo       nntp.archive.msen.com
  12. >     news://nntp.archive.msen.com:1990/comp.sys.foo  (on port 1990)
  13. > with similar extensions for referencing individual articles.
  14. >
  15. > - Ed
  16.  
  17. The syntax would certianly fit in with the UDI format -- however, are the semantics
  18. well defined?  In general, the whole point of news is that it is held locally,
  19. avoiding millions of WAN accesses.
  20.  
  21. If you put in a node name, then you are changing the way the protocol works  
  22. altogether.  This might be conveient, but its not really "news". You're saying
  23. that we can use NNTP as a file retrieval protocol. Obviously, once you have given  
  24. out a reference like that above you have to make nntp.archive.msen.com available  
  25. for everyone in the world.
  26.  
  27. Maybe this is a way to solve the news archive retrieval problem. It isn't  done
  28. that way at the moment of course: Its a big headache right now. Messages are tared  
  29. and compressed and put on some machine under the date of the message -- you have to  
  30. know which newsgroup the message was sent to, and then look the archive hostname up  
  31. in a list which doesn't (correct me?) exist. (Another use for the X-500 directory?)
  32.  
  33. It doesn't fit very well into the news model, all the same. For example, when you  
  34. find a reference to another newsgroup/article on your CD rom, There's no way of  
  35. knowing whether you should look it up on the CD rom or on a "live" news server.
  36. We really need some NNTP extensions to insist that the message-id can carry some  
  37. hints as to where it might be archived -- unfortunately I missed the NNTP session  
  38. at the IETF but I know that Eliot Lear (ietf nntp wg chair) for example is thinking  
  39. about such problems, and indeed from talking to him I got the impression that the  
  40. NNTP group's discussions were overflowing into the retrieval and resource discovery  
  41. areas.
  42.  
  43. It's not _trivial_ to put it in the code for (One will have to keep a cache of  
  44. network connections to hosts) so I won't do it now.  I'd point out you could set up  
  45. an HTTP server to serve the news data, although it would have (currently) to  
  46. convert the news format into HTML which it (currently) doesn't (yet) do (yet).
  47.  
  48. Tim
  49.  
  50. --Ed
  51.  
  52.  
  53.